Html Css Color HEX #EFC92B Golden Dream

📋 copy color: '#EFC92B'

red 239 ◦ green 201 ◦ blue 43

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

Shades of Golden Dream #EFC92B

Tints of Golden Dream #EFC92B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.61%

 BLUE value IS 43 (17.19% from 255) = 8.9%

R = 49.48%
G = 41.61%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFC92B (or 0xEFC92B) is known color: Golden Dream. HEX triplet: EF, C9 and 2B. RGB value is (239,201,43). Sum of RGB (Red+Green+Blue) = 239+201+43=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC92B is #1036D4. Grayscale: #C3C3C3. Windows color (decimal): -1062613 or 2869743. OLE color: 2869743.

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

Color convert

RGB 239 201 43 -
CMYK 0 0.16 0.82 0.06
HSL 48.37º 0.86% 0.55% -
HSV(B) 48.37º 0.82% 0.94% -
XYZ 56.92 60.3 10.92 -
YUV 194.35 42.59 159.85 -
System Red Green Blue C M Y K H S L
Decimal 239 201 43 0 0.16 0.82 0.06 48.37 0.86 0.55
Hex EF C9 2B 0 10 52 6 30 56 37
Octal 357 311 53 0 20 122 6 60 126 67
Binary 11101111 11001001 101011 0 10000 1010010 110 110000 1010110 110111

Color Harmonies of #EFC92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC92B

Black with #EFC92B

Text Example


Text Example

White with #EFC92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC92B; }

 p { color: rgb(239,201,43); }

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

background-color css

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

 a { background-color: rgb(239,201,43); }

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

border-color css

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

 span { border-color: rgb(239,201,43); }

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