Html Css Color HEX #EFCD1E Broom

📋 copy color: '#EFCD1E'

red 239 ◦ green 205 ◦ blue 30

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

Shades of Broom #EFCD1E

Tints of Broom #EFCD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.25%

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

R = 50.42%
G = 43.25%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFCD1E (or 0xEFCD1E) is known color: Broom. HEX triplet: EF, CD and 1E. RGB value is (239,205,30). Sum of RGB (Red+Green+Blue) = 239+205+30=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD1E is #1032E1. Grayscale: #C3C3C3. Windows color (decimal): -1061602 or 2018799. OLE color: 2018799.

HSL color Cylindrical-coordinate representation of color #EFCD1E: hue angle of 50.24º 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 #EFCD1E is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 30 -
CMYK 0 0.14 0.87 0.06
HSL 50.24º 0.87% 0.53% -
HSV(B) 50.24º 0.87% 0.94% -
XYZ 57.66 62.11 10.18 -
YUV 195.22 34.76 159.23 -
System Red Green Blue C M Y K H S L
Decimal 239 205 30 0 0.14 0.87 0.06 50.24 0.87 0.53
Hex EF CD 1E 0 E 57 6 32 57 35
Octal 357 315 36 0 16 127 6 62 127 65
Binary 11101111 11001101 11110 0 1110 1010111 110 110010 1010111 110101

Color Harmonies of #EFCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD1E

Black with #EFCD1E

Text Example


Text Example

White with #EFCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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