Html Css Color HEX #EFCC31 Golden Dream

📋 copy color: '#EFCC31'

red 239 ◦ green 204 ◦ blue 49

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

Shades of Golden Dream #EFCC31

Tints of Golden Dream #EFCC31

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.46%

 BLUE value IS 49 (19.53% from 255) = 9.96%

R = 48.58%
G = 41.46%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFCC31 (or 0xEFCC31) is known color: Golden Dream. HEX triplet: EF, CC and 31. RGB value is (239,204,49). Sum of RGB (Red+Green+Blue) = 239+204+49=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC31 is #1033CE. Grayscale: #C5C5C5. Windows color (decimal): -1061839 or 3263727. OLE color: 3263727.

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

Color convert

RGB 239 204 49 -
CMYK 0 0.15 0.79 0.06
HSL 48.95º 0.86% 0.56% -
HSV(B) 48.95º 0.79% 0.94% -
XYZ 57.74 61.76 11.78 -
YUV 196.8 44.6 158.1 -
System Red Green Blue C M Y K H S L
Decimal 239 204 49 0 0.15 0.79 0.06 48.95 0.86 0.56
Hex EF CC 31 0 F 4F 6 31 56 38
Octal 357 314 61 0 17 117 6 61 126 70
Binary 11101111 11001100 110001 0 1111 1001111 110 110001 1010110 111000

Color Harmonies of #EFCC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC31

Black with #EFCC31

Text Example


Text Example

White with #EFCC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC31; }

 p { color: rgb(239,204,49); }

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

background-color css

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

 a { background-color: rgb(239,204,49); }

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

border-color css

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

 span { border-color: rgb(239,204,49); }

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