Html Css Color HEX #EDB40C Selective Yellow

📋 copy color: '#EDB40C'

red 237 ◦ green 180 ◦ blue 12

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

Shades of Selective Yellow #EDB40C

Tints of Selective Yellow #EDB40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.96%

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 55.24%
G = 41.96%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDB40C (or 0xEDB40C) is known color: Selective Yellow. HEX triplet: ED, B4 and 0C. RGB value is (237,180,12). Sum of RGB (Red+Green+Blue) = 237+180+12=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB40C is #124BF3. Grayscale: #B2B2B2. Windows color (decimal): -1199092 or 832749. OLE color: 832749.

HSL color Cylindrical-coordinate representation of color #EDB40C: hue angle of 44.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDB40C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 12 -
CMYK 0 0.24 0.95 0.07
HSL 44.8º 0.9% 0.49% -
HSV(B) 44.8º 0.95% 0.93% -
XYZ 51.31 50.67 7.42 -
YUV 177.89 34.38 170.16 -
System Red Green Blue C M Y K H S L
Decimal 237 180 12 0 0.24 0.95 0.07 44.8 0.9 0.49
Hex ED B4 C 0 18 5F 7 2D 5A 31
Octal 355 264 14 0 30 137 7 55 132 61
Binary 11101101 10110100 1100 0 11000 1011111 111 101101 1011010 110001

Color Harmonies of #EDB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB40C

Black with #EDB40C

Text Example


Text Example

White with #EDB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB40C; }

 p { color: rgb(237,180,12); }

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

background-color css

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

 a { background-color: rgb(237,180,12); }

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

border-color css

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

 span { border-color: rgb(237,180,12); }

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