Html Css Color HEX #EDD34B Festival

📋 copy color: '#EDD34B'

red 237 ◦ green 211 ◦ blue 75

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

Shades of Festival #EDD34B

Tints of Festival #EDD34B

RGB

 RED value IS 237 (92.97% from 255) = 45.32%

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

 BLUE value IS 75 (29.69% from 255) = 14.34%

R = 45.32%
G = 40.34%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDD34B (or 0xEDD34B) is known color: Festival. HEX triplet: ED, D3 and 4B. RGB value is (237,211,75). Sum of RGB (Red+Green+Blue) = 237+211+75=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 75 (29.69% from 255 or 14.34% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD34B is #122CB4. Grayscale: #CBCBCB. Windows color (decimal): -1191093 or 4969453. OLE color: 4969453.

HSL color Cylindrical-coordinate representation of color #EDD34B: hue angle of 50.37º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDD34B is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 211 75 -
CMYK 0 0.11 0.68 0.07
HSL 50.37º 0.82% 0.61% -
HSV(B) 50.37º 0.68% 0.93% -
XYZ 59.49 65.1 16.09 -
YUV 203.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 237 211 75 0 0.11 0.68 0.07 50.37 0.82 0.61
Hex ED D3 4B 0 B 44 7 32 52 3D
Octal 355 323 113 0 13 104 7 62 122 75
Binary 11101101 11010011 1001011 0 1011 1000100 111 110010 1010010 111101

Color Harmonies of #EDD34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD34B

Black with #EDD34B

Text Example


Text Example

White with #EDD34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD34B; }

 p { color: rgb(237,211,75); }

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

background-color css

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

 a { background-color: rgb(237,211,75); }

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

border-color css

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

 span { border-color: rgb(237,211,75); }

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