Html Css Color HEX #EFCB31 Golden Dream

📋 copy color: '#EFCB31'

red 239 ◦ green 203 ◦ blue 49

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

Shades of Golden Dream #EFCB31

Tints of Golden Dream #EFCB31

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.34%

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

R = 48.68%
G = 41.34%
B = 9.98%

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

#EFCB31 (or 0xEFCB31) is known color: Golden Dream. HEX triplet: EF, CB and 31. RGB value is (239,203,49). Sum of RGB (Red+Green+Blue) = 239+203+49=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 49 (19.53% from 255 or 9.98% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB31 is #1034CE. Grayscale: #C4C4C4. Windows color (decimal): -1062095 or 3263471. OLE color: 3263471.

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

Color convert

RGB 239 203 49 -
CMYK 0 0.15 0.79 0.06
HSL 48.63º 0.86% 0.56% -
HSV(B) 48.63º 0.79% 0.94% -
XYZ 57.51 61.28 11.7 -
YUV 196.21 44.93 158.52 -
System Red Green Blue C M Y K H S L
Decimal 239 203 49 0 0.15 0.79 0.06 48.63 0.86 0.56
Hex EF CB 31 0 F 4F 6 31 56 38
Octal 357 313 61 0 17 117 6 61 126 70
Binary 11101111 11001011 110001 0 1111 1001111 110 110001 1010110 111000

Color Harmonies of #EFCB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB31

Black with #EFCB31

Text Example


Text Example

White with #EFCB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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