Html Css Color HEX #EFD22E Golden Dream

📋 copy color: '#EFD22E'

red 239 ◦ green 210 ◦ blue 46

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

Shades of Golden Dream #EFD22E

Tints of Golden Dream #EFD22E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

 BLUE value IS 46 (18.36% from 255) = 9.29%

R = 48.28%
G = 42.42%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFD22E (or 0xEFD22E) is known color: Golden Dream. HEX triplet: EF, D2 and 2E. RGB value is (239,210,46). Sum of RGB (Red+Green+Blue) = 239+210+46=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD22E is #102DD1. Grayscale: #C8C8C8. Windows color (decimal): -1060306 or 3068655. OLE color: 3068655.

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

Color convert

RGB 239 210 46 -
CMYK 0 0.12 0.81 0.06
HSL 50.98º 0.86% 0.56% -
HSV(B) 50.98º 0.81% 0.94% -
XYZ 59.14 64.64 11.94 -
YUV 199.98 41.11 155.84 -
System Red Green Blue C M Y K H S L
Decimal 239 210 46 0 0.12 0.81 0.06 50.98 0.86 0.56
Hex EF D2 2E 0 C 51 6 33 56 38
Octal 357 322 56 0 14 121 6 63 126 70
Binary 11101111 11010010 101110 0 1100 1010001 110 110011 1010110 111000

Color Harmonies of #EFD22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD22E

Black with #EFD22E

Text Example


Text Example

White with #EFD22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD22E; }

 p { color: rgb(239,210,46); }

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

background-color css

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

 a { background-color: rgb(239,210,46); }

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

border-color css

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

 span { border-color: rgb(239,210,46); }

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