Html Css Color HEX #EFC82B Golden Dream

📋 copy color: '#EFC82B'

red 239 ◦ green 200 ◦ blue 43

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

Shades of Golden Dream #EFC82B

Tints of Golden Dream #EFC82B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.49%

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

R = 49.59%
G = 41.49%
B = 8.92%

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

#EFC82B (or 0xEFC82B) is known color: Golden Dream. HEX triplet: EF, C8 and 2B. RGB value is (239,200,43). Sum of RGB (Red+Green+Blue) = 239+200+43=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC82B is #1037D4. Grayscale: #C2C2C2. Windows color (decimal): -1062869 or 2869487. OLE color: 2869487.

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

Color convert

RGB 239 200 43 -
CMYK 0 0.16 0.82 0.06
HSL 48.06º 0.86% 0.55% -
HSV(B) 48.06º 0.82% 0.94% -
XYZ 56.69 59.83 10.85 -
YUV 193.76 42.92 160.27 -
System Red Green Blue C M Y K H S L
Decimal 239 200 43 0 0.16 0.82 0.06 48.06 0.86 0.55
Hex EF C8 2B 0 10 52 6 30 56 37
Octal 357 310 53 0 20 122 6 60 126 67
Binary 11101111 11001000 101011 0 10000 1010010 110 110000 1010110 110111

Color Harmonies of #EFC82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC82B

Black with #EFC82B

Text Example


Text Example

White with #EFC82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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