Html Css Color HEX #EFCA1D Broom

📋 copy color: '#EFCA1D'

red 239 ◦ green 202 ◦ blue 29

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

Shades of Broom #EFCA1D

Tints of Broom #EFCA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.17%

R = 50.85%
G = 42.98%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFCA1D (or 0xEFCA1D) is known color: Broom. HEX triplet: EF, CA and 1D. RGB value is (239,202,29). Sum of RGB (Red+Green+Blue) = 239+202+29=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA1D is #1035E2. Grayscale: #C2C2C2. Windows color (decimal): -1062371 or 1952495. OLE color: 1952495.

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

Color convert

RGB 239 202 29 -
CMYK 0 0.15 0.88 0.06
HSL 49.43º 0.87% 0.53% -
HSV(B) 49.43º 0.88% 0.94% -
XYZ 56.94 60.68 9.87 -
YUV 193.34 35.26 160.57 -
System Red Green Blue C M Y K H S L
Decimal 239 202 29 0 0.15 0.88 0.06 49.43 0.87 0.53
Hex EF CA 1D 0 F 58 6 31 57 35
Octal 357 312 35 0 17 130 6 61 127 65
Binary 11101111 11001010 11101 0 1111 1011000 110 110001 1010111 110101

Color Harmonies of #EFCA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA1D

Black with #EFCA1D

Text Example


Text Example

White with #EFCA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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