Html Css Color HEX #EFCB2F Golden Dream

📋 copy color: '#EFCB2F'

red 239 ◦ green 203 ◦ blue 47

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

Shades of Golden Dream #EFCB2F

Tints of Golden Dream #EFCB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.61%

R = 48.88%
G = 41.51%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFCB2F (or 0xEFCB2F) is known color: Golden Dream. HEX triplet: EF, CB and 2F. RGB value is (239,203,47). Sum of RGB (Red+Green+Blue) = 239+203+47=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB2F is #1034D0. Grayscale: #C4C4C4. Windows color (decimal): -1062097 or 3132399. OLE color: 3132399.

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

Color convert

RGB 239 203 47 -
CMYK 0 0.15 0.80 0.06
HSL 48.75º 0.86% 0.56% -
HSV(B) 48.75º 0.8% 0.94% -
XYZ 57.47 61.27 11.49 -
YUV 195.98 43.93 158.68 -
System Red Green Blue C M Y K H S L
Decimal 239 203 47 0 0.15 0.80 0.06 48.75 0.86 0.56
Hex EF CB 2F 0 F 50 6 31 56 38
Octal 357 313 57 0 17 120 6 61 126 70
Binary 11101111 11001011 101111 0 1111 1010000 110 110001 1010110 111000

Color Harmonies of #EFCB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB2F

Black with #EFCB2F

Text Example


Text Example

White with #EFCB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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