Html Css Color HEX #EFD32A Golden Dream

📋 copy color: '#EFD32A'

red 239 ◦ green 211 ◦ blue 42

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

Shades of Golden Dream #EFD32A

Tints of Golden Dream #EFD32A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.89%

 BLUE value IS 42 (16.8% from 255) = 8.54%

R = 48.58%
G = 42.89%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFD32A (or 0xEFD32A) is known color: Golden Dream. HEX triplet: EF, D3 and 2A. RGB value is (239,211,42). Sum of RGB (Red+Green+Blue) = 239+211+42=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 42 (16.80% from 255 or 8.54% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD32A is #102CD5. Grayscale: #C8C8C8. Windows color (decimal): -1060054 or 2806767. OLE color: 2806767.

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

Color convert

RGB 239 211 42 -
CMYK 0 0.12 0.82 0.06
HSL 51.47º 0.86% 0.55% -
HSV(B) 51.47º 0.82% 0.94% -
XYZ 59.31 65.11 11.63 -
YUV 200.11 38.78 155.74 -
System Red Green Blue C M Y K H S L
Decimal 239 211 42 0 0.12 0.82 0.06 51.47 0.86 0.55
Hex EF D3 2A 0 C 52 6 33 56 37
Octal 357 323 52 0 14 122 6 63 126 67
Binary 11101111 11010011 101010 0 1100 1010010 110 110011 1010110 110111

Color Harmonies of #EFD32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD32A

Black with #EFD32A

Text Example


Text Example

White with #EFD32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD32A; }

 p { color: rgb(239,211,42); }

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

background-color css

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

 a { background-color: rgb(239,211,42); }

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

border-color css

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

 span { border-color: rgb(239,211,42); }

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