Html Css Color HEX #EDD23D Festival

📋 copy color: '#EDD23D'

red 237 ◦ green 210 ◦ blue 61

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

Shades of Festival #EDD23D

Tints of Festival #EDD23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.01%

R = 46.65%
G = 41.34%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDD23D (or 0xEDD23D) is known color: Festival. HEX triplet: ED, D2 and 3D. RGB value is (237,210,61). Sum of RGB (Red+Green+Blue) = 237+210+61=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD23D is #122DC2. Grayscale: #C9C9C9. Windows color (decimal): -1191363 or 4051693. OLE color: 4051693.

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

Color convert

RGB 237 210 61 -
CMYK 0 0.11 0.74 0.07
HSL 50.8º 0.83% 0.58% -
HSV(B) 50.8º 0.74% 0.93% -
XYZ 58.81 64.43 13.75 -
YUV 201.09 48.95 153.62 -
System Red Green Blue C M Y K H S L
Decimal 237 210 61 0 0.11 0.74 0.07 50.8 0.83 0.58
Hex ED D2 3D 0 B 4A 7 33 53 3A
Octal 355 322 75 0 13 112 7 63 123 72
Binary 11101101 11010010 111101 0 1011 1001010 111 110011 1010011 111010

Color Harmonies of #EDD23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD23D

Black with #EDD23D

Text Example


Text Example

White with #EDD23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD23D; }

 p { color: rgb(237,210,61); }

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

background-color css

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

 a { background-color: rgb(237,210,61); }

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

border-color css

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

 span { border-color: rgb(237,210,61); }

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