Html Css Color HEX #EDB40B Selective Yellow

📋 copy color: '#EDB40B'

red 237 ◦ green 180 ◦ blue 11

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

Shades of Selective Yellow #EDB40B

Tints of Selective Yellow #EDB40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.57%

R = 55.37%
G = 42.06%
B = 2.57%

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

#EDB40B (or 0xEDB40B) is known color: Selective Yellow. HEX triplet: ED, B4 and 0B. RGB value is (237,180,11). Sum of RGB (Red+Green+Blue) = 237+180+11=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB40B is #124BF4. Grayscale: #B2B2B2. Windows color (decimal): -1199093 or 767213. OLE color: 767213.

HSL color Cylindrical-coordinate representation of color #EDB40B: hue angle of 44.87º degrees, saturation: 0.91, 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 #EDB40B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 11 -
CMYK 0 0.24 0.95 0.07
HSL 44.87º 0.91% 0.49% -
HSV(B) 44.87º 0.95% 0.93% -
XYZ 51.31 50.67 7.39 -
YUV 177.78 33.88 170.24 -
System Red Green Blue C M Y K H S L
Decimal 237 180 11 0 0.24 0.95 0.07 44.87 0.91 0.49
Hex ED B4 B 0 18 5F 7 2D 5B 31
Octal 355 264 13 0 30 137 7 55 133 61
Binary 11101101 10110100 1011 0 11000 1011111 111 101101 1011011 110001

Color Harmonies of #EDB40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB40B

Black with #EDB40B

Text Example


Text Example

White with #EDB40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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