Html Css Color HEX #EFCB33 Golden Dream

📋 copy color: '#EFCB33'

red 239 ◦ green 203 ◦ blue 51

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

Shades of Golden Dream #EFCB33

Tints of Golden Dream #EFCB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.34%

R = 48.48%
G = 41.18%
B = 10.34%

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

#EFCB33 (or 0xEFCB33) is known color: Golden Dream. HEX triplet: EF, CB and 33. RGB value is (239,203,51). Sum of RGB (Red+Green+Blue) = 239+203+51=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 51 (20.31% from 255 or 10.34% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB33 is #1034CC. Grayscale: #C5C5C5. Windows color (decimal): -1062093 or 3394543. OLE color: 3394543.

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

Color convert

RGB 239 203 51 -
CMYK 0 0.15 0.79 0.06
HSL 48.51º 0.85% 0.57% -
HSV(B) 48.51º 0.79% 0.94% -
XYZ 57.55 61.3 11.93 -
YUV 196.44 45.93 158.36 -
System Red Green Blue C M Y K H S L
Decimal 239 203 51 0 0.15 0.79 0.06 48.51 0.85 0.57
Hex EF CB 33 0 F 4F 6 31 55 39
Octal 357 313 63 0 17 117 6 61 125 71
Binary 11101111 11001011 110011 0 1111 1001111 110 110001 1010101 111001

Color Harmonies of #EFCB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB33

Black with #EFCB33

Text Example


Text Example

White with #EFCB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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