Html Css Color HEX #EFCA2C Golden Dream

📋 copy color: '#EFCA2C'

red 239 ◦ green 202 ◦ blue 44

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

Shades of Golden Dream #EFCA2C

Tints of Golden Dream #EFCA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.07%

R = 49.28%
G = 41.65%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFCA2C (or 0xEFCA2C) is known color: Golden Dream. HEX triplet: EF, CA and 2C. RGB value is (239,202,44). Sum of RGB (Red+Green+Blue) = 239+202+44=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA2C is #1035D3. Grayscale: #C3C3C3. Windows color (decimal): -1062356 or 2935535. OLE color: 2935535.

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

Color convert

RGB 239 202 44 -
CMYK 0 0.15 0.82 0.06
HSL 48.62º 0.86% 0.55% -
HSV(B) 48.62º 0.82% 0.94% -
XYZ 57.17 60.77 11.1 -
YUV 195.05 42.76 159.35 -
System Red Green Blue C M Y K H S L
Decimal 239 202 44 0 0.15 0.82 0.06 48.62 0.86 0.55
Hex EF CA 2C 0 F 52 6 31 56 37
Octal 357 312 54 0 17 122 6 61 126 67
Binary 11101111 11001010 101100 0 1111 1010010 110 110001 1010110 110111

Color Harmonies of #EFCA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA2C

Black with #EFCA2C

Text Example


Text Example

White with #EFCA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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