Html Css Color HEX #EFCB34 Golden Dream

📋 copy color: '#EFCB34'

red 239 ◦ green 203 ◦ blue 52

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

Shades of Golden Dream #EFCB34

Tints of Golden Dream #EFCB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.53%

R = 48.38%
G = 41.09%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFCB34 (or 0xEFCB34) is known color: Golden Dream. HEX triplet: EF, CB and 34. RGB value is (239,203,52). Sum of RGB (Red+Green+Blue) = 239+203+52=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB34 is #1034CB. Grayscale: #C5C5C5. Windows color (decimal): -1062092 or 3460079. OLE color: 3460079.

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

Color convert

RGB 239 203 52 -
CMYK 0 0.15 0.78 0.06
HSL 48.45º 0.85% 0.57% -
HSV(B) 48.45º 0.78% 0.94% -
XYZ 57.57 61.31 12.05 -
YUV 196.55 46.43 158.28 -
System Red Green Blue C M Y K H S L
Decimal 239 203 52 0 0.15 0.78 0.06 48.45 0.85 0.57
Hex EF CB 34 0 F 4E 6 30 55 39
Octal 357 313 64 0 17 116 6 60 125 71
Binary 11101111 11001011 110100 0 1111 1001110 110 110000 1010101 111001

Color Harmonies of #EFCB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB34

Black with #EFCB34

Text Example


Text Example

White with #EFCB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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