Html Css Color HEX #EDD23B Festival

📋 copy color: '#EDD23B'

red 237 ◦ green 210 ◦ blue 59

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

Shades of Festival #EDD23B

Tints of Festival #EDD23B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.66%

R = 46.84%
G = 41.5%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDD23B (or 0xEDD23B) is known color: Festival. HEX triplet: ED, D2 and 3B. RGB value is (237,210,59). Sum of RGB (Red+Green+Blue) = 237+210+59=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD23B is #122DC4. Grayscale: #C9C9C9. Windows color (decimal): -1191365 or 3920621. OLE color: 3920621.

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

Color convert

RGB 237 210 59 -
CMYK 0 0.11 0.75 0.07
HSL 50.9º 0.83% 0.58% -
HSV(B) 50.9º 0.75% 0.93% -
XYZ 58.76 64.41 13.47 -
YUV 200.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 237 210 59 0 0.11 0.75 0.07 50.9 0.83 0.58
Hex ED D2 3B 0 B 4B 7 33 53 3A
Octal 355 322 73 0 13 113 7 63 123 72
Binary 11101101 11010010 111011 0 1011 1001011 111 110011 1010011 111010

Color Harmonies of #EDD23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD23B

Black with #EDD23B

Text Example


Text Example

White with #EDD23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD23B; }

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

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

background-color css

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

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

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

border-color css

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

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

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