Html Css Color HEX #EFCA1E Broom

📋 copy color: '#EFCA1E'

red 239 ◦ green 202 ◦ blue 30

#EFCA1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Broom #EFCA1E

Tints of Broom #EFCA1E

RGB

 RED value IS 239 (93.75% from 255) = 50.74%

 GREEN value IS 202 (79.3% from 255) = 42.89%

 BLUE value IS 30 (12.11% from 255) = 6.37%

R = 50.74%
G = 42.89%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFCA1E (or 0xEFCA1E) is known color: Broom. HEX triplet: EF, CA and 1E. RGB value is (239,202,30). Sum of RGB (Red+Green+Blue) = 239+202+30=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA1E is #1035E1. Grayscale: #C2C2C2. Windows color (decimal): -1062370 or 2018031. OLE color: 2018031.

HSL color Cylindrical-coordinate representation of color #EFCA1E: hue angle of 49.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFCA1E is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 30 -
CMYK 0 0.15 0.87 0.06
HSL 49.38º 0.87% 0.53% -
HSV(B) 49.38º 0.87% 0.94% -
XYZ 56.95 60.69 9.94 -
YUV 193.46 35.76 160.49 -
System Red Green Blue C M Y K H S L
Decimal 239 202 30 0 0.15 0.87 0.06 49.38 0.87 0.53
Hex EF CA 1E 0 F 57 6 31 57 35
Octal 357 312 36 0 17 127 6 61 127 65
Binary 11101111 11001010 11110 0 1111 1010111 110 110001 1010111 110101

Color Harmonies of #EFCA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA1E

Black with #EFCA1E

Text Example


Text Example

White with #EFCA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA1E; }

 p { color: rgb(239,202,30); }

 H1.HeaderClassName
 {
   color: #EFCA1E;
 }
 .AnyTagClassName
 {
   color: #EFCA1E;
 }
</style>

background-color css

<style>
 a { background-color: #EFCA1E; }

 a { background-color: rgb(239,202,30); }

 div.DivClassName
 {
   background-color: #EFCA1E;
 }
 .BgClassName
 {
   background-color: #EFCA1E;
 }
</style>

border-color css

<style>
 span { border-color: #EFCA1E; }

 span { border-color: rgb(239,202,30); }

 td.TdClassName
 {
   border-color: #EFCA1E;
 }
 .TagClassName
 {
   border-color: #EFCA1E;
 }
</style>