Html Css Color HEX #EFCD1D Broom

📋 copy color: '#EFCD1D'

red 239 ◦ green 205 ◦ blue 29

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

Shades of Broom #EFCD1D

Tints of Broom #EFCD1D

RGB

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

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

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

R = 50.53%
G = 43.34%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFCD1D (or 0xEFCD1D) is known color: Broom. HEX triplet: EF, CD and 1D. RGB value is (239,205,29). Sum of RGB (Red+Green+Blue) = 239+205+29=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 29 (11.72% from 255 or 6.13% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD1D is #1032E2. Grayscale: #C3C3C3. Windows color (decimal): -1061603 or 1953263. OLE color: 1953263.

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

Color convert

RGB 239 205 29 -
CMYK 0 0.14 0.88 0.06
HSL 50.29º 0.87% 0.53% -
HSV(B) 50.29º 0.88% 0.94% -
XYZ 57.65 62.1 10.11 -
YUV 195.1 34.26 159.31 -
System Red Green Blue C M Y K H S L
Decimal 239 205 29 0 0.14 0.88 0.06 50.29 0.87 0.53
Hex EF CD 1D 0 E 58 6 32 57 35
Octal 357 315 35 0 16 130 6 62 127 65
Binary 11101111 11001101 11101 0 1110 1011000 110 110010 1010111 110101

Color Harmonies of #EFCD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD1D

Black with #EFCD1D

Text Example


Text Example

White with #EFCD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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