Html Css Color HEX #EFC82D Golden Dream

📋 copy color: '#EFC82D'

red 239 ◦ green 200 ◦ blue 45

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

Shades of Golden Dream #EFC82D

Tints of Golden Dream #EFC82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.3%

R = 49.38%
G = 41.32%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFC82D (or 0xEFC82D) is known color: Golden Dream. HEX triplet: EF, C8 and 2D. RGB value is (239,200,45). Sum of RGB (Red+Green+Blue) = 239+200+45=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC82D is #1037D2. Grayscale: #C2C2C2. Windows color (decimal): -1062867 or 3000559. OLE color: 3000559.

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

Color convert

RGB 239 200 45 -
CMYK 0 0.16 0.81 0.06
HSL 47.94º 0.86% 0.56% -
HSV(B) 47.94º 0.81% 0.94% -
XYZ 56.72 59.85 11.04 -
YUV 193.99 43.92 160.1 -
System Red Green Blue C M Y K H S L
Decimal 239 200 45 0 0.16 0.81 0.06 47.94 0.86 0.56
Hex EF C8 2D 0 10 51 6 30 56 38
Octal 357 310 55 0 20 121 6 60 126 70
Binary 11101111 11001000 101101 0 10000 1010001 110 110000 1010110 111000

Color Harmonies of #EFC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC82D

Black with #EFC82D

Text Example


Text Example

White with #EFC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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