Html Css Color HEX #EFD22D Golden Dream

📋 copy color: '#EFD22D'

red 239 ◦ green 210 ◦ blue 45

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

Shades of Golden Dream #EFD22D

Tints of Golden Dream #EFD22D

RGB

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

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

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

R = 48.38%
G = 42.51%
B = 9.11%

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

#EFD22D (or 0xEFD22D) is known color: Golden Dream. HEX triplet: EF, D2 and 2D. RGB value is (239,210,45). Sum of RGB (Red+Green+Blue) = 239+210+45=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD22D is #102DD2. Grayscale: #C8C8C8. Windows color (decimal): -1060307 or 3003119. OLE color: 3003119.

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

Color convert

RGB 239 210 45 -
CMYK 0 0.12 0.81 0.06
HSL 51.03º 0.86% 0.56% -
HSV(B) 51.03º 0.81% 0.94% -
XYZ 59.12 64.63 11.84 -
YUV 199.86 40.61 155.92 -
System Red Green Blue C M Y K H S L
Decimal 239 210 45 0 0.12 0.81 0.06 51.03 0.86 0.56
Hex EF D2 2D 0 C 51 6 33 56 38
Octal 357 322 55 0 14 121 6 63 126 70
Binary 11101111 11010010 101101 0 1100 1010001 110 110011 1010110 111000

Color Harmonies of #EFD22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD22D

Black with #EFD22D

Text Example


Text Example

White with #EFD22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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