Html Css Color HEX #EDEB42 Starship

📋 copy color: '#EDEB42'

red 237 ◦ green 235 ◦ blue 66

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

Shades of Starship #EDEB42

Tints of Starship #EDEB42

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.68%

 BLUE value IS 66 (26.17% from 255) = 12.27%

R = 44.05%
G = 43.68%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDEB42 (or 0xEDEB42) is known color: Starship. HEX triplet: ED, EB and 42. RGB value is (237,235,66). Sum of RGB (Red+Green+Blue) = 237+235+66=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 66 (26.17% from 255 or 12.27% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB42 is #1214BD. Grayscale: #D9D9D9. Windows color (decimal): -1184958 or 4385773. OLE color: 4385773.

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

Color convert

RGB 237 235 66 -
CMYK 0 0.01 0.72 0.07
HSL 59.3º 0.83% 0.59% -
HSV(B) 59.3º 0.72% 0.93% -
XYZ 65.62 77.81 16.72 -
YUV 216.33 43.16 142.74 -
System Red Green Blue C M Y K H S L
Decimal 237 235 66 0 0.01 0.72 0.07 59.3 0.83 0.59
Hex ED EB 42 0 1 48 7 3B 53 3B
Octal 355 353 102 0 1 110 7 73 123 73
Binary 11101101 11101011 1000010 0 1 1001000 111 111011 1010011 111011

Color Harmonies of #EDEB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB42

Black with #EDEB42

Text Example


Text Example

White with #EDEB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB42; }

 p { color: rgb(237,235,66); }

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

background-color css

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

 a { background-color: rgb(237,235,66); }

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

border-color css

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

 span { border-color: rgb(237,235,66); }

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