Html Css Color HEX #EDE64A Paris Daisy

📋 copy color: '#EDE64A'

red 237 ◦ green 230 ◦ blue 74

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

Shades of Paris Daisy #EDE64A

Tints of Paris Daisy #EDE64A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.51%

 BLUE value IS 74 (29.3% from 255) = 13.68%

R = 43.81%
G = 42.51%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDE64A (or 0xEDE64A) is known color: Paris Daisy. HEX triplet: ED, E6 and 4A. RGB value is (237,230,74). Sum of RGB (Red+Green+Blue) = 237+230+74=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE64A is #1219B5. Grayscale: #D6D6D6. Windows color (decimal): -1186230 or 4908781. OLE color: 4908781.

HSL color Cylindrical-coordinate representation of color #EDE64A: hue angle of 57.42º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDE64A is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 74 -
CMYK 0 0.03 0.69 0.07
HSL 57.42º 0.82% 0.61% -
HSV(B) 57.42º 0.69% 0.93% -
XYZ 64.46 75.09 17.58 -
YUV 214.31 48.82 144.18 -
System Red Green Blue C M Y K H S L
Decimal 237 230 74 0 0.03 0.69 0.07 57.42 0.82 0.61
Hex ED E6 4A 0 3 45 7 39 52 3D
Octal 355 346 112 0 3 105 7 71 122 75
Binary 11101101 11100110 1001010 0 11 1000101 111 111001 1010010 111101

Color Harmonies of #EDE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE64A

Black with #EDE64A

Text Example


Text Example

White with #EDE64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE64A; }

 p { color: rgb(237,230,74); }

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

background-color css

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

 a { background-color: rgb(237,230,74); }

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

border-color css

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

 span { border-color: rgb(237,230,74); }

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